You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR updates the pinned commit hash for the jdx/pr-closer GitHub Action in the pr-closer workflow, upgrading from v1.0.1 to v1.1.0.
Changes
GitHub Actions Maintenance
Layer / File(s)
Summary
PR closer action version bump .github/workflows/pr-closer.yml
The jdx/pr-closer GitHub Action reference is updated from v1.0.1 to v1.1.0 via pinned commit hash change.
Estimated code review effort
🎯 1 (Trivial) | ⏱️ ~2 minutes
Possibly related PRs
jdx/mise#10222: Both PRs update .github/workflows/pr-closer.yml to use the jdx/pr-closer GitHub Action—this PR repins it to a newer commit while the retrieved PR switches from custom close-stale logic to the action.
jdx/mise#10348: Both PRs update pinned GitHub Actions workflow step references in .github/workflows with digest or commit pin changes.
Poem
A hop and a bound through the workflows so bright,
Where pr-closer now runs with v1.1.0's might! 🐰
From old to the new, just one line to review,
A simple, swift update—the rabbit's work flew! ✨
Bumps the jdx/pr-closer GitHub Actions step from v1.0.1 to v1.1.0, updating both the tag comment and the pinned full-SHA reference.
Single-line change in .github/workflows/pr-closer.yml: SHA updated from 44b9e7859d29e01b4b38e50e2ad6b5c5d00a6973 to ddc40dfad5567fc7296a2463880c618344d26055.
The pin-by-SHA security practice is preserved, keeping the workflow safe from tag mutation attacks.
Confidence Score: 5/5
One-line CI workflow update; the action is still pinned to a full commit SHA, so the change is safe to merge.
Only the SHA and version comment change — no logic, permissions, or job configuration is touched.
No files require special attention.
Important Files Changed
Filename
Overview
.github/workflows/pr-closer.yml
Bumps jdx/pr-closer action from v1.0.1 (SHA 44b9e78) to v1.1.0 (SHA ddc40df); pin-by-SHA security practice is preserved.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
jdx/pr-closerfromv1.0.1tov1.1.0.Verification
git diff --checkNote
Low Risk
Only changes a third-party CI action reference in a maintenance workflow; no application or auth logic is touched.
Overview
Updates the scheduled pr-closer workflow to use
jdx/pr-closerv1.1.0 instead of v1.0.1, still pinned to the full commit SHA (ddc40df…).Reviewed by Cursor Bugbot for commit 4f7e004. Bugbot is set up for automated code reviews on this repo. Configure here.
Summary by CodeRabbit